x86: Fix an oversight of c/s 19927 - per-CPU data accesses must
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 15 Jul 2009 08:14:19 +0000 (09:14 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 15 Jul 2009 08:14:19 +0000 (09:14 +0100)
commit7b18165a5e75f68694b3be6897b25d03edee15c5
treed435c1c3b79b7bc26abd73482784bb2d0583f184
parent64a78577fbeb588ea2a17086ccc6f9fe23602519
x86: Fix an oversight of c/s 19927 - per-CPU data accesses must
not be iterated over using NR_CPUS bound loops.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/smpboot.c